Expand description

webkit2gtk

Rust bindings and wrappers for webkit2gtk.

Building

webkit2gtk-rs expects GTK+, GLib and webkit2gtk development files to be installed on your system. See the requirements page.

Using

[dependencies]
webkit2gtk = "0.18.0"

Simple Example Browser

You can run the example in example/main.rs with

cargo run --example main

License

webkit2gtk-rs is available under the MIT License, please refer to it.

Re-exports

pub use ffi;
pub use gio;
pub use glib;

Structs

A builder-pattern type to construct Download objects.
A generic error capable of representing various error domains (types).
A builder-pattern type to construct Settings objects.
A builder-pattern type to construct URIRequest objects.
A builder-pattern type to construct UserMessage objects.
A builder-pattern type to construct WebContext objects.
A builder-pattern type to construct WebView objects.

Enums

Traits